home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 July
/
macformat-026.iso
/
mac
/
Demos
/
Other
/
Zargon Zoo Demo
/
Pages
/
pseventeen
/
00455.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-06
|
178 b
|
13 lines
set n to random(5)
if n = 1 then
go(label("Blink6"))
else
if n = 2 then
go(label("Blink7"))
else
if n = 3 then
go(label("Blink8"))
end if
end if
end if